home *** CD-ROM | disk | FTP | other *** search
/ QuickTime 1.0 for Developers / QuickTime 1.0 for Developers.iso / Goodies / Test Apps / Squish Read Me < prev    next >
Text File  |  1991-08-29  |  1KB  |  30 lines

  1. Squish 1.0d3
  2.  
  3. Craig Mortensen
  4. Apple Computer, Inc.
  5.  
  6. August 26, 1991
  7.  
  8. Squish is a QuickTime[tm] test tool for providing a simple interface for the compression of PICT files.  Other features include trimming pictures with regions or simply displaying any PICT document.
  9.  
  10. The tool provides a user interface to the calls within QuickTime[tm].  Many of the menu items may appear to do the same operations.  The differences can be seen internally within the application and depend on the call that is used (see routine list below).
  11.  
  12. When compressing large pictures, you might want to increase the memory partition of the application or else a error -108 will occur.
  13.  
  14. You should already be familiar with Chapter 3 of the Image Compression Manager to understand the terminology used in this application.
  15.  
  16. Squish was written using THINK C v4.0.5 and makes use of the following QuickTime[tm] routines:
  17.  
  18. GetPictureFileHeader
  19. DrawPictureFile
  20. DrawTrimmedPicture
  21. DrawTrimmedPictureFile
  22. CompressPicture
  23. FCompressPicture
  24. CompressPictureFile
  25. FCompressPictureFile
  26. GetCodecNameList
  27.  
  28. If you find bugs with the tool or have comments and suggestions, I would like to hear from you.  I can be contacted by my AppleLink address: MORTAY or phone (408) 974-8497
  29.  
  30. Good Luck!